home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / ge_cool.lha / GE_COOL2.1 / man / oldmanual / Makefile < prev    next >
Makefile  |  1992-07-13  |  632b  |  22 lines

  1. #
  2. #
  3. # Copyright (C) 1991 Texas Instruments Incorporated.
  4. #
  5. # Permission is granted to any individual or institution to use, copy, modify,
  6. # and distribute this software, provided that this complete copyright and
  7. # permission notice is maintained, intact, in all copies and supporting
  8. # documentation.
  9. #
  10. # Texas Instruments Incorporated provides this software "as is" without
  11. # express or implied warranty.
  12. #
  13.  
  14. PRINTS = cover MRH TOC preface s1 s2 s3 s4 s5 s6 s7 s8 s9 s10 s11 s12 s11 s14 \
  15.      glossary index title
  16.  
  17. print:
  18.     @for i in $(PRINTS); do                \
  19.         echo "uncompress -c $$i.ps.Z | lpr";    \
  20.         uncompress -c $$i.ps.Z | lpr;        \
  21.     done
  22.